home *** CD-ROM | disk | FTP | other *** search
/ Champak 132 (Alt) / Vol 132.iso / games / sweettim.swf / scripts / frame_8 / PlaceObject2_218_197 / CLIPACTIONRECORD onClipEvent(enterFrame).as next >
Encoding:
Text File  |  2011-06-09  |  140 b   |  10 lines

  1. onClipEvent(enterFrame){
  2.    count++;
  3.    if(count == 20)
  4.    {
  5.       _root.timer--;
  6.       updateTimerText();
  7.       count = 0;
  8.    }
  9. }
  10.